Accusoft.OCRXpress.Java - Updated
OCR Xpress for Java Functionality
User Guide > Concepts > OCR Xpress for Java Functionality

OCR Xpress for Java is an SDK designed for document recognition applications. OCR Xpress for Java performs the task of recognizing printed characters in a digital image. The digital image can be captured into any file format supported by a BufferedImage using scanners, cameras, or fax machines. Once the image is loaded, the application has three processing choices:

Figure 1 shows how OCR Xpress for Java is laid out.

Figure 1: OCR Xpress for Java Model

The API manages three forms of interaction.

Figure 2: Organization of text lines, words, and characters in a text block

An application has access to all this structured data via the Results Manager. The Results Manager and Get Functions topic goes into the details of how to access and use this data. In order to construct the Internal Structured Data, the application just has to make a single call to the API.

Once the Internal Structured Data is constructed, it remains persistent until the Document moves out of scope or is set to null and deleted by the garbage collector.